Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Jaccard baseline #66

Merged
merged 14 commits into from
Oct 12, 2023
Merged

Extend Jaccard baseline #66

merged 14 commits into from
Oct 12, 2023

Conversation

chrisk21
Copy link
Collaborator

Resolves #64

Refactors and extends the JaccardLevenMatcher to a more general JaccardDistanceMatcher to encompass more string similarity distance functions.

@chrisk21 chrisk21 added the enhancement New feature or request label Oct 12, 2023
@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (3b67275) 85.28% compared to head (e877b46) 85.62%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
+ Coverage   85.28%   85.62%   +0.33%     
==========================================
  Files          36       37       +1     
  Lines        1645     1676      +31     
==========================================
+ Hits         1403     1435      +32     
+ Misses        242      241       -1     
Files Coverage Δ
valentine/algorithms/__init__.py 100.00% <100.00%> (ø)
valentine/algorithms/cupid/linguistic_matching.py 70.74% <100.00%> (+0.15%) ⬆️
valentine/algorithms/jaccard_distance/__init__.py 100.00% <100.00%> (ø)
...ne/algorithms/jaccard_distance/jaccard_distance.py 98.64% <100.00%> (ø)
...orithms/similarity_flooding/similarity_flooding.py 72.57% <100.00%> (+0.15%) ⬆️
valentine/utils/utils.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kPsarakis kPsarakis merged commit afb20cb into master Oct 12, 2023
19 checks passed
@kPsarakis kPsarakis deleted the extend_jaccard branch October 13, 2023 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add more string similarity measures for JaccardLevenMatcher
2 participants